Goto

Collaborating Authors

 lane line


A Siamese Transformer with Hierarchical Refinement for Lane Detection

Neural Information Processing Systems

Lane detection is an important yet challenging task in autonomous driving systems. Existing lane detection methods mainly rely on finer-scale information to identify key points of lane lines. Since local information in realistic road environments is frequently obscured by other vehicles or affected by poor outdoor lighting conditions, these methods struggle with the regression of such key points. In this paper, we propose a novel Siamese Transformer with hierarchical refinement for lane detection to improve the detection accuracy in complex road environments. Specifically, we propose a high-to-low hierarchical refinement Transformer structure, called LAne TRansformer (LATR), to refine the key points of lane lines, which integrates global semantics information and finer-scale features. Moreover, exploiting the thin and long characteristics of lane lines, we propose a novel Curve-IoU loss to supervise the fit of lane lines. Extensive experiments on three benchmark datasets of lane detection demonstrate that our proposed new method achieves state-of-the-art results with high accuracy and efficiency. Specifically, our method achieves improved F1 scores on the OpenLane dataset, surpassing the current best-performing method by 5.0 points.


Integrated YOLOP Perception and Lyapunov-based Control for Autonomous Mobile Robot Navigation on Track

Chen, Mo

arXiv.org Artificial Intelligence

In the 1990s, the modern scientific and technological revolution marked by computer technology, microelectronics technology, information technology, network technology, etc., entered a rapid development stage, which became the intrinsic driving force to promote the development of robotics technology, and robotics technology has developed rapidly. Among them, autonomous mobile robots(AMRs) can rely on the sensors they carry to perceive and understand the external environment, make real-time decisions according to the needs of the task, carry out closed-loop control, and operate in an autonomous or semi-autonomous manner. It is a new type of robot with certain self-learning and adaptive ability in known or unknown environment. Navigation is an important problem that needs to be solved for AMRs to realize autonomous control, which refers to the process of mobile robot sensing the environment and its own state through sensors and learning, and realizing the process of pointing to the target autonomous movement in an obstructed environment. Since the first mobile robot, Shakey, was introduced in the 1960s, mobile robot navigation has been receiving a lot of attention due to its comprehensiveness and practicality [1].


TopoLogic: An Interpretable Pipeline for Lane Topology Reasoning on Driving Scenes

Neural Information Processing Systems

To tackle the aforementioned issues, we introduce TopoLogic, an interpretable method for lane topology reasoning that is based on lane geometric distances and the similarity of lane query in semantic space. The geometric distance-based approach aims to mitigates the impact of endpoint shift, thereby more robustly learning lane topology.




Pandar128 dataset for lane line detection

Beránek, Filip, Diviš, Václav, Gruber, Ivan

arXiv.org Artificial Intelligence

We present Pandar128, the largest public dataset for lane line detection using a 128-beam LiDAR. It contains over 52,000 camera frames and 34,000 LiDAR scans, captured in diverse real-world conditions in Germany. The dataset includes full sensor calibration (intrinsics, extrinsics) and synchronized odometry, supporting tasks such as projection, fusion, and temporal modeling. To complement the dataset, we also introduce SimpleLidarLane, a light-weight baseline method for lane line reconstruction that combines BEV segmentation, clustering, and polyline fitting. Despite its simplicity, our method achieves strong performance under challenging various conditions (e.g., rain, sparse returns), showing that modular pipelines paired with high-quality data and principled evaluation can compete with more complex approaches. Furthermore, to address the lack of standardized evaluation, we propose a novel polyline-based metric - Interpolation-Aware Matching F1 (IAM-F1) - that employs interpolation-aware lateral matching in BEV space. All data and code are publicly released to support reproducibility in LiDAR-based lane detection.





OpenLKA: An Open Dataset of Lane Keeping Assist from Recent Car Models under Real-world Driving Conditions

Wang, Yuhang, Alhuraish, Abdulaziz, Yuan, Shengming, Zhou, Hao

arXiv.org Artificial Intelligence

Lane Keeping Assist (LKA) is widely adopted in modern vehicles, yet its real-world performance remains underexplored due to proprietary systems and limited data access. This paper presents OpenLKA, the first open, large-scale dataset for LKA evaluation and improvement. It includes 400 hours of driving data from 62 production vehicle models, collected through extensive road testing in Tampa, Florida and global contributions from the Comma.ai driving community. The dataset spans a wide range of challenging scenarios, including complex road geometries, degraded lane markings, adverse weather, lighting conditions and surrounding traffic. The dataset is multimodal, comprising: i) full CAN bus streams, decoded using custom reverse-engineered DBC files to extract key LKA events (e.g., system disengagements, lane detection failures); ii) synchronized high-resolution dash-cam video; iii) real-time outputs from Openpilot, providing accurate estimates of road curvature and lane positioning; iv) enhanced scene annotations generated by Vision Language Models, describing lane visibility, pavement quality, weather, lighting, and traffic conditions. By integrating vehicle-internal signals with high-fidelity perception and rich semantic context, OpenLKA provides a comprehensive platform for benchmarking the real-world performance of production LKA systems, identifying safety-critical operational scenarios, and assessing the readiness of current road infrastructure for autonomous driving. The dataset is publicly available at: https://github.com/OpenLKA/OpenLKA.